home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14559 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  818 b 

  1. Path: ix.netcom.com!news
  2. From: jlilley@ix.netcom.com (John Lilley)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Bletcherous kludge!
  5. Date: 30 Mar 1996 23:51:22 GMT
  6. Organization: Netcom
  7. Message-ID: <4jkhdq$i4b@dfw-ixnews6.ix.netcom.com>
  8. References: <4jhr2b$9ou@portal.gmu.edu>
  9. NNTP-Posting-Host: den-co15-25.ix.netcom.com
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=US-ASCII
  12. X-NETCOM-Date: Sat Mar 30  5:51:22 PM CST 1996
  13. X-Newsreader: WinVN 0.99.7
  14.  
  15. In article <4jhr2b$9ou@portal.gmu.edu>, rraffer1@osf1.gmu.edu says...
  16. >
  17. >I am trying to get the contents of a custom String class to be converted
  18. >into numeric data, ie float.  The String class consists of :
  19. >
  20. >Buffer:  a null-terminated array of char
  21.  
  22. C++ still has atof().  There is probably a more elegant, C++ correct approach 
  23. that I don't know of.
  24.  
  25. john lilley
  26.  
  27.